/*banner*/
.banner {
    overflow: hidden;
    height: 560px;
    position: relative;
}

.slick-dots {
    bottom: 20px;
}

.slick-dots li {
    width: 50px;
    height: 3px;
    border-radius: 10px;
    background: #fff;
    margin: 0 8px;
}

.slick-dots li button {
    opacity: 0;
    width: 50px;
    position: relative;
    top: -8px;
}

.slick-dots li.slick-active {
    background: #244169;
}

.banner .slick .slick-slide {
    position: relative;
    overflow: hidden;
    height: 560px;
}

.banner .slick .slick-slide img {
    position: absolute;
    left: 50%;
    top: 0;
    max-width: 1920px;
    margin-left: -960px;
    width: 1920px;
    height: 560px;
}

.banner-link {
    position: absolute;
    left: 50%;
    width: 500px;
    margin-left: 10px;
    height: 80px;
    bottom: 30px;
}

.slick-prev,
.slick-next {
    width: 34px;
    height: 70px;
    margin-top: -30px;
    text-indent: -9999px;
}

.slick-prev {
    left: 20px;
    background: url(../img/left.png) center no-repeat;
}

.slick-next {
    right: 20px;
    background: url(../img/right.png) center no-repeat;
}

/*华商移民*/
.container-fluid {
    padding: 0;
    position: relative;
}

.successCase h2 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #333333;
}

.successCase {
    background: url(../img/jianjie.png) center center no-repeat;
    text-align: center;
    height: 560px;
    min-width: 1240px;
}

.successcontent li {
    width: 260px;
    float: left;
    overflow: hidden;
}

.successcontent li h3 {
    float: left;
    background-color: #003f98;
    color: #fff;
    line-height: 40px;
    display: block;
    font-size: 18px;
    width: 188px;
    margin-right: 20px;
    margin-top: 4px;
}

.successcontent .li-top {
    margin-bottom: 5px;
}

.successcontent li p {
    width: 260px;
    text-align: left;
    border-top: 1px solid #808080;
}

/*热门国家*/
.hot-tt {
    font-size: 24px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 5px;
    text-align: left;
}

.hot-tt span {
    font-size: 16px;
    margin-left: 10px;
    color: #244169;
}

.hot-country-content ul li {
    width: 198px;
    text-align: center;
    float: left;
    margin-right: 12px;
    margin-top: 60px;
    margin-bottom: 10px;
}

.hot-country-content ul .hot-c {
    width: 299px;
    margin-top: 20px;
}

.hot-country-content .hot-country {
    width: 198px;
    height: 198px;
    border-radius: 50%;
    overflow: hidden;
}

.hot-country-content .hot-country-c {
    width: 299px;
    height: 299px;
    border-radius: 50%;
    overflow: hidden;
}

.hot-country-content ul li:hover {
    cursor: pointer;
}

.hot-country-content ul li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.hot-country-content ul li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.hot-country-content ul li:last-child {
    margin-right: 0px;
}

.hot-country-content ul .hot-c h2 {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
}

.hot-country-content ul .hot-c h3 {
    font-size: 19px;
    line-height: 30px;
    height: 30px;
}


.hot-country-content ul li h2 {
    font-size: 16px;
    color: #003f98;
    line-height: 25px;
    height: 25px;
    width: 100%;
    margin-top: 10px;
}

.hot-country-content ul li h3 {
    font-size: 13px;
    color: #333333;
    width: 100%;
    line-height: 25px;
    height: 25px;
}




/*王牌项目*/
.projectcss {
    background: url(../img/xiangmu.jpg) center center no-repeat;
    text-align: center;
    height: 690px;
    min-width: 1240px;
}

.projectcss .hot-tt {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.projectcss .hot-tt span {
    color: #fff
}

.projectleft {
    float: left;
    width: 537px;
}

.projectright {
    float: right;
    width: 600px;
}

.projectright .projectImg {
    margin-left: 35px;
}

.projectImg {
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    padding: 0;
    width: 43%;
    margin: 0.5%;
    float: left;
    margin-bottom: 15px;
}

.projectImg>* {
    text-align: center;
}

.projectImg img {
    height: 260px;
}

.projectImg-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #00000090;
    text-align: center;
    opacity: 0;
    transition: .4s;
}

.projectImg:hover .projectImg-hover {
    opacity: 1;
}

.projectImg .left-span {
    display: block;
    width: 80px;
    height: 30px;
    background: rgba(214, 0, 14, 0.8);
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.projectImg-hover h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 88px 0 15px;
}

.projectImg-hover a:hover {
    color: #fff;
}

.projectImg-hover a {
    width: 130px;
    height: 36px;
    line-height: 37px;
    text-align: center;
    background-color: #e60012;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

/*定制*/
.txt {
    font-size: 24px;
    margin-bottom: 28px;
    line-height: 30px
}

.txt {
    font-size: 18px;
    margin-right: 10px;
    line-height: 85px;
    color: #fff
}

.input-css {
    height: 40px;
    width: 190px;
    font-size: 15px;
    line-height: 38px;
    border: solid 1px #333;
    padding: 0 12px;
    margin-right: 20px;
}

.customizedbtn {
    height: 40px;
    width: 160px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #d10102;
    border: none;
}

.customized {
    width: 100%;
    background: #244169;
    height: 85px;
    line-height: 85px;
    padding-left: 200px;
    padding-right: 190px;
}

/*立即评估*/
.assessment img {
    width: 100%;
    min-width: 1240px;
}

/*讲座活动*/
.lecture {
    width: 740px;
    float: left;
}

.lecture .lecture_con {
    position: relative;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 30px;
}

.lecture_tit {
    position: relative;
    color: #292929;
    font-size: 24px;
    padding-bottom: 10px;
}

.lecture .lecture_con .more {
    position: absolute;
    right: 0;
    top: 10px;
    text-transform: uppercase;
    color: #888888;
    font-size: 14px;
}

.lecture .lecture_home {
    margin-top: 15px;
    width: 100%;
    height: 383px;
    overflow: hidden;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.lecture .lecture_home .slick-dots {
    text-align: left;
    padding-left: 500px;
    bottom: 35px;
}

.lecture .lecture_home .text {
    width: 100%;
    height: 383px;
    position: relative;
    overflow: hidden;
}

.lecture .lecture_home .text .text_div {
    position: absolute;
    right: 0;
    top: 0;
    height: 383px;
    width: 380px;
    background: rgba(2, 78, 202, 0.68);
    padding: 45px 45px 0;
    display: inline;
}

.lecture .lecture_home .text .text_div .bt {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    height: 68px;
    overflow: hidden;
}

.lecture .lecture_home .text .text_div .t {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    margin-top: 16px;
}

.lecture .lecture_home .text .text_div .n {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 85px;
    margin-left: -53px;
    width: 107px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.lecture .lecture_home .text .text_div .n a {
    display: block;
    height: 100%;
    color: #fff;
    background-color: #dc1721;
}

/*华商动态*/
.dynamic {
    width: 380px;
    float: right;
}

.dynamic .dynamic_con {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px;
}

.dynamic .dynamic_tit {

    margin-right: 30px;
    display: block;
    float: left;
    color: #292929;
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
    bottom: -1px;
}

.dynamic .dynamic_con .more {
    position: absolute;
    right: 0;
    top: 10px;
    text-transform: uppercase;
    color: #888888;
    font-size: 14px;
}

.hd_div li {
    position: relative;
}

.dynamic .dynamic_home .hd_div li {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.dynamic .dynamic_home .hd_div li .img {
    display: block;
    float: left;
    width: 380px;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.dynamic .dynamic_home .hd_div li .img img {
    display: block;
    width: 380px;
    height: 180px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.dynamic .dynamic_home .hd_div li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.dynamic .dynamic_home .hd_div li .t {
    width: 100%;
    padding: 0 7px 0 14px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    bottom: 0px;
    line-height: 38px;
    background-color: #63605fc2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dynamic .dynamic_home .hd_div2 li {
    width: 100%;
    float: left;
    line-height: 28px;
    margin-left: 20px;
    list-style-type: disc;
}

.dynamic .dynamic_home .hd_div2 li a {
    display: block;
    max-width: 100%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}

.dynamic .dynamic_home .hd_div2 li:hover {
    color: #0749a2;
}

.dynamic .dynamic_home .hd_div2 li:hover a {
    color: #0749a2;
}

/*移民热点*/
.immigrantCase {
    background: url(../img/jianjie.png) center center no-repeat;
    text-align: center;
    height: 560px;
}

.immigrant-tt {
    font-size: 24px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 5px;
    text-align: left;
    padding-top: 35px;
}

.immigrant-tt span {
    font-size: 15px;
    margin-left: 10px;
    color: #333333;
}

.immigrant-content {
    padding: 20px 0 0 0px;
    box-sizing: border-box;
}

.immigrant-content-li .li-header span {
    display: inline-block;
    width: 5px;
    height: 30px;
    background-color: #a67e3d;
    position: absolute;
    left: 0;
}

.immigrant-content-li ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px dashed #c5c5c5;
    cursor: pointer;
}

.immigrant-content-li ul li.active {
    height: 90px;
    margin-top: 18px;
    box-sizing: border-box;
}

.immigrant-content-li ul li.active a {
    display: block;
    padding: 5px 3px;

}

.immigrant-content-li ul li.active .pull-left-tt {
    display: none;
}

.immigrant-content-li ul li.active .pull-right-tt {
    display: none;
}


.immigrant-content-li ul li>span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    text-align: left;
}

.immigrant-content-li ul li a {
    z-index: 99;
    display: none;
    width: 100%;
    height: 94px;
    position: absolute;
}

.immigrant-content-li img {
    width: 99px;
    height: 73px;
    margin-right: 10px;
}

.immigrant-content-li dl {
    font-size: 13px;
    height: 73px;
    width: 227px;
    float: right;
    position: relative;
}

.immigrant-content .immigrant-content-li {
    width: 356px;
    margin-right: 35px;
    position: relative;
}

.immigrant-content ul li:last-of-type {
    margin-right: 0;
}

.immigrant-content-li dl dt {
    text-align: left;
    color: #d60500;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.immigrant-content-li dl dd {
    position: absolute;
    text-indent: 0px;
    margin-top: 2px;
    height: 53px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
}

.immigrant-content-li .li-header {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 19px;
    text-indent: 15px;
    color: #a6a6a6;
}
.cursor{
     cursor: pointer;
}
.immigrant-content-li  .video_play{
           background: url(../img/video_play.png) center center no-repeat;
            width: 100%;
            height: 100%;
            position: absolute;
           

  }

.immigrant-content video {
    width: 100%;
    height: 410px;
}

.immigrant-content #list {
    width: 100%;
    height: 410px;
    padding: 0px 7px;
}

.immigrant-content .li-header-tit {
    margin-right: 30px;
    display: block;
    float: left;
    color: #333333;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
    bottom: -1px;
}

.immigrant-content .more {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    color: #888888;
    font-size: 14px;
}

.pull-left-tt {
    float: left;
    width: 260px;
}

.pull-right-tt {
    float: right;
}

/*私人定制*/
.privatecss {
   /* background: url(../img/icon-private-dz.jpg) center center no-repeat;
    text-align: center;
    height: 150px;*/
    
    width: 100%;
    height: 10.75em;
    position: relative;
    padding: 0;
}

.md-left {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    margin-right: 6px;
}

.md-select {
    height: 40px;
    margin-right: 30px;
    font-size: 18px;
    color: #333;
    padding: 5px 6px;
    width: 147px;
    border: 0px;
    background: #fff;
}

.md-select-last {
    margin-right: 0;
    width: 180px;
}

.btn-dz {
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #e60113;
    color: #fff;
    margin-top: 18px;
    border-radius: 0px !important;
    font-size: 24px !important;
}


.btn-dz.focus,
.btn-dz:focus,
.btn-dz:hover {
    color: #fff !important;
}



/*荣誉资质*/

.product_sher img {
    width: 272px;
    height: 180px;
    overflow: hidden;
    margin-right: 12px;
}